Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Region Class / Region Constructor / Region Constructor(FillMode,IFigure[])
Specifies how the interior of closed figures is filled.
The array of figures to be added to the region.

In This Topic
Region Constructor(FillMode,IFigure[])
In This Topic
Initializes a new instance of the Region class with explicitly provided fill mode.
Syntax
'Declaration
 
Public Function New( _
   ByVal fillMode As FillMode, _
   ByVal ParamArray figures() As IFigure _
)
 

Parameters

fillMode
Specifies how the interior of closed figures is filled.
figures
The array of figures to be added to the region.
See Also